go.pact.im/x/clock/fakeclock.timer.ch (field)

4 uses

	go.pact.im/x/clock/fakeclock (current package)
		fakeclock.go#L150: 		ch: make(chan time.Time, 1),
		fakeclock.go#L270: 	ch chan time.Time
		fakeclock.go#L275: 	return t.ch
		fakeclock.go#L291: 	case t.ch <- now: